home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / sparc / DEFS.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  58 b   |  5 lines

  1. #define    FUNC(name)    \
  2.     .global name;    \
  3.     .align 4;    \
  4.     name:
  5.